Scheduler for WinForms
AddRange(Appointment[]) メソッド

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 > AppointmentCollection クラス > AddRange メソッド : AddRange(Appointment[]) メソッド
An array of Appointment objects.
Adds an array of Appointment objects to the collection. This methods clears collection before adding new items. Don't use it if you want to save previously existed items.
シンタックス
'宣言
 
Public Overloads Overrides Sub AddRange( _
   ByVal items() As Appointment _
) 
public override void AddRange( 
   Appointment[] items
)

パラメータ

items
An array of Appointment objects.
参照

AppointmentCollection クラス
AppointmentCollection メンバ
オーバーロード一覧